// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-02A TN_Widget.CreateTable([['Eyes of The Nile - Iron Maiden Tribute','Amos' Southend','Charlotte, NC','Saturday','5/18/2024','8:30 PM','6150224','Eyes-of-The-Nile---Iron-Maiden-Tribute-5-18-2024'],['Eyes of The Nile - Iron Maiden Tribute','State Theatre - VA','Falls Church, VA','Saturday','6/1/2024','8:00 PM','6313206','Eyes-of-The-Nile---Iron-Maiden-Tribute-6-1-2024'],['Iron Maiden','North Island Credit Union Amphitheatre','Chula Vista, CA','Friday','10/4/2024','7:30 PM','6039531','Iron-Maiden-10-4-2024'],['Iron Maiden','Michelob ULTRA Arena At Mandalay Bay','Las Vegas, NV','Saturday','10/5/2024','7:30 PM','6039585','Iron-Maiden-10-5-2024'],['Iron Maiden','The Kia Forum','Inglewood, CA','Tuesday','10/8/2024','7:30 PM','6039536','Iron-Maiden-10-8-2024'],['Iron Maiden','Footprint Center','Phoenix, AZ','Wednesday','10/9/2024','7:30 PM','6340821','Iron-Maiden-10-9-2024'],['Iron Maiden','Moda Center at the Rose Quarter','Portland, OR','Monday','10/14/2024','7:30 PM','6040534','Iron-Maiden-10-14-2024'],['Iron Maiden','Tacoma Dome','Tacoma, WA','Wednesday','10/16/2024','7:30 PM','6039543','Iron-Maiden-10-16-2024'],['Iron Maiden','Delta Center','Salt Lake City, UT','Friday','10/18/2024','7:30 PM','6040522','Iron-Maiden-10-18-2024'],['Iron Maiden','Ball Arena','Denver, CO','Saturday','10/19/2024','7:30 PM','6039544','Iron-Maiden-10-19-2024'],['Iron Maiden','Xcel Energy Center','Saint Paul, MN','Tuesday','10/22/2024','7:30 PM','6039545','Iron-Maiden-10-22-2024'],['Iron Maiden','Allstate Arena','Rosemont, IL','Thursday','10/24/2024','7:30 PM','6039548','Iron-Maiden-10-24-2024'],['Iron Maiden','Scotiabank Arena','Toronto, Canada','Saturday','10/26/2024','7:30 PM','6039578','Iron-Maiden-10-26-2024'],['Iron Maiden','Centre Videotron','Quebec, Canada','Sunday','10/27/2024','7:30 PM','6039579','Iron-Maiden-10-27-2024'],['Iron Maiden','Centre Bell','Montreal, Canada','Wednesday','10/30/2024','7:30 PM','6039581','Iron-Maiden-10-30-2024'],['Iron Maiden','Wells Fargo Center - PA','Philadelphia, PA','Friday','11/1/2024','7:30 PM','6039550','Iron-Maiden-11-1-2024'],['Iron Maiden','Barclays Center','Brooklyn, NY','Saturday','11/2/2024','7:30 PM','6039551','Iron-Maiden-11-2-2024'],['Iron Maiden','DCU Center','Worcester, MA','Wednesday','11/6/2024','7:30 PM','6039565','Iron-Maiden-11-6-2024'],['Iron Maiden','PPG Paints Arena','Pittsburgh, PA','Friday','11/8/2024','7:30 PM','6039568','Iron-Maiden-11-8-2024'],['Iron Maiden','Prudential Center','Newark, NJ','Saturday','11/9/2024','7:30 PM','6039572','Iron-Maiden-11-9-2024'],['Iron Maiden','CFG Bank Arena','Baltimore, MD','Tuesday','11/12/2024','7:30 PM','6039573','Iron-Maiden-11-12-2024'],['Iron Maiden','Spectrum Center','Charlotte, NC','Wednesday','11/13/2024','7:30 PM','6039575','Iron-Maiden-11-13-2024'],['Iron Maiden','Dickies Arena','Fort Worth, TX','Saturday','11/16/2024','7:30 PM','6039576','Iron-Maiden-11-16-2024'],['Iron Maiden','Frost Bank Center','San Antonio, TX','Sunday','11/17/2024','7:30 PM','6039577','Iron-Maiden-11-17-2024'],['Maiden Immortal - Tribute To Iron Maiden','Vinyl Music Hall','Pensacola, FL','Friday','6/6/2070','TBD','4436650','Maiden-Immortal---Tribute-To-Iron-Maiden-6-6-2070']],'Iron Maiden','http://www.ticketnetwork.com/ticket/Iron-Maiden-events.aspx');